chore: relax utopia-php version constraints to allow patches#63
Conversation
Greptile SummaryThis PR relaxes three
Confidence Score: 5/5Safe to merge — only version constraint syntax changed, no packages were upgraded, and the lock file continues to pin the exact same resolved versions. The change is purely declarative: three exact pins become patch-wildcard ranges. The lock file confirms no actual dependency versions shifted, so runtime behaviour is identical until a deliberate composer update is run. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "chore: refresh composer.lock content-has..." | Re-trigger Greptile |
Summary
utopia-php/cli,utopia-php/queue, andutopia-php/serversto thex.x.*pattern so patch releases can be picked up without composer.json changes.utopia-php/httpis left as^2.0@RCsince 2.0 is still pre-stable.Test plan
composer updateresolves without errorscomposer testpasses